home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 53 / 64er_Magazin_Sonderheft_53_19xx_Markt__Technik_de_Side_A.d64 / list commands (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  262b  |  11 lines

  1. 0 rem == alle befehle von sdos mit adresse ausgeben ==
  2. 1 t=39909:a=40454
  3. 2 fori=.to59
  4. 3 aa=a+i*2:aa=peek(aa)+peek(aa+1)*256
  5. 4 tz=0:a$=""
  6. 5 tt=peek(t):iftt=.then7
  7. 6 a$=a$+chr$(tt)
  8. 7 tz=tz+1:t=t+1:iftz<9then5
  9. 8 printa$,aa:next
  10. 9 rem (c) copyright nikolaus heusler, 5.3.1990
  11.